home *** CD-ROM | disk | FTP | other *** search
/ Champak 142 / Volume 142 Oct 17 2011 - Damaged.iso / Games / Fashion_Recall.swf / scripts / frame_42 / DoAction.as
Text File  |  2011-10-17  |  328b  |  22 lines

  1. played = true;
  2. if(highsco < myscore)
  3. {
  4.    highsco = myscore;
  5. }
  6. mygame.bg1.gotoAndStop(1);
  7. if(arg1 == 1)
  8. {
  9.    msg.gotoAndStop(3);
  10. }
  11. else
  12. {
  13.    msg.gotoAndStop(1);
  14. }
  15. trace("bestLevel------" + bestLevel);
  16. if(bestLevel < lvl)
  17. {
  18.    _root.levelRecord.data.LevelCount = lvl;
  19.    _root.levelRecord.flush();
  20. }
  21. stop();
  22.